home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / dist.exe / DUNPACK.EZE / ACTION / SAMPLE2.TCF < prev    next >
Text File  |  1994-01-01  |  487b  |  16 lines

  1. ; --------------------------------------------------
  2. ; Example 2 of TxtMaint Control File for DISTRIBUTOR
  3. ; --------------------------------------------------
  4. ;   This example will delete the line with the text:
  5. ;   BUFFERS=
  6. ;   in the CONFIG.SYS file.
  7. ; --------------------------------------------------
  8.  
  9. [ Delete CONFIG.SYS:BUFFERS= ]
  10. file        =   c:\config.sys
  11. backup      =   c:\config.old
  12. token       =   BUFFERS=
  13. action      =   delete
  14. type        =   complete
  15.  
  16.